home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_75.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  139 b   |  7 lines

  1. on mouseUp
  2.   global inst
  3.   if (inst = "erne") or (inst = "cds") or (inst = "sumer") then
  4.     jump(label(inst), the frame - 1)
  5.   end if
  6. end
  7.